home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / header.php < prev    next >
Encoding:
PHP Script  |  2005-04-04  |  1.8 KB  |  44 lines

  1. <?
  2. /*
  3. ####################################################
  4. # Name: The Uniform Server Admin Panel 2.0
  5. # Developed By: The Uniform Server Development Team
  6. # Modified Last By: Olajide Olaolorun (empirex) 
  7. # Web: http://www.uniformserver.com
  8. ####################################################
  9. */
  10.  
  11. // Includes
  12. include "includes/config.inc.php";
  13. include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; 
  14. ?>
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  18. <head>
  19. <title><?=$US['title']?> <? include('includes/.version'); ?></title>
  20. <meta name="author" content="Olajide Olaolorun" />
  21. <meta http-equiv="page-enter" content="blendtrans(duration=0.1)" />
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  23. <script type="text/javascript" src="<? echo $apanel; ?>/js/main.js"></script>
  24. <link href="<? echo $apanel; ?>/css/main.css" rel="stylesheet" type="text/css" />
  25. <link rel="icon" href="<? echo $apanel; ?>/favicon.ico" />
  26.       <link title="Homepage" href="./index.php" rel="top" />
  27.       <link title="Up" href="./index.php" rel="up" />
  28.        <link title="First page" href="./index.php" rel="first" />
  29.       <link title="Previous page" href="./index.php" rel="previous" />
  30.       <link title="Next page" href="./index.php" rel="next" />
  31.       <link title="Last page" href="./index.php" rel="last" />
  32.       <link title="Table of contents" href="./index.php" rel="toc" />
  33.       <link title="Site map" href="./index.php" rel="index" />
  34. </head>
  35.  
  36. <body style="background: #4F4F97; margin-top: 8px; margin-left: 8px;">
  37.  
  38. <div>
  39. <img src="<? echo $apanel; ?>/images/logo.jpg" alt="<?=$US['title']?> <?include("includes/.version")?>" /></td>
  40. </div>
  41.  
  42. </body>
  43. </html>
  44.